home *** CD-ROM | disk | FTP | other *** search
/ Softline PAY-CD / Softline PAY-CD(1994).iso / programm / allclear / demo / disk1 / examples / atutor.cmp / IFNEST.ACL < prev    next >
Encoding:
Text File  |  1993-09-29  |  284 b   |  18 lines

  1. Nested If Structures
  2.  
  3. First statement.
  4.  
  5. Outside question?
  6.     (Yes)    Statement on outside yes branch.
  7.     
  8.     Inside question?
  9.         (Yes)        Statement on inside yes branch.
  10.         (No)        Statement on inside no branch.
  11.     ?end
  12.     
  13.     (No)    Statement on outside no branch.
  14. ?end
  15.  
  16. Last statement.
  17.  
  18.